home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-09-01 | 347 b | 18 lines |
- #
- # Makefile for Workbench examples.
- #
- # Assumes INCLUDE: & LIB: are assignments to the V36 lib & include set.
- #
- # Compiled with Lattice C V5.05
- #
-
- .c.o:
- lc -iINCLUDE: -cfist -v $*.c
- blink lib:c.o $*.o TO $> LIB LIB:lc.lib LIB:amiga.lib NODEBUG
-
- all: AppIcon AppMenu AppWindow
-
- AppIcon: AppIcon.o
- AppMenu: AppMenu.o
- AppWindow: AppWindow.o
-